BerryFirmness

@Serializable
data class BerryFirmness(val id: Int, val name: String, val berries: List<Handle.Named<Berry>>, val names: List<Name>) : NamedModel(source)

The firmness of berries, used in making Pokéblocks or Poffins. See: https://pokeapi.co/docs/v2#berry-firmness

Parameters

id

The identifier for this resource.

name

The name for this resource.

berries

A list of the berries with this firmness.

names

The name of this resource listed in different languages.

Constructors

Link copied to clipboard
constructor(id: Int, name: String, berries: List<Handle.Named<Berry>>, names: List<Name>)

Properties

Link copied to clipboard
Link copied to clipboard
open override val id: Int
Link copied to clipboard
open override val name: String
Link copied to clipboard